home *** CD-ROM | disk | FTP | other *** search
- head 1.4;
- branch ;
- access ;
- symbols ;
- locks ;
- comment @ * @;
-
-
- 1.4
- date 92.03.01.10.26.11; author melling; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 91.12.16.17.21.51; author melling; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 91.12.07.07.48.20; author melling; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.12.07.03.36.22; author melling; state Exp;
- branches ;
- next ;
-
-
- desc
- @Tetris 1.1
- @
-
-
- 1.4
- log
- @Release 1.3
- @
- text
- @
- #import <appkit/View.h>
-
- @@interface Minimatrix:View
- {
- int numRows;
- int numCols;
- id backGround;
- float backgroundGray;
- NXSize elementSize;
- NXSize inset;
- NXSize intercell;
- NXRect insetBounds;
-
- // Holds the id of the current block in a given (row,column)
- id *iconMatrix;
- }
-
- - initFrame:(const NXRect *)frameRect;
- - initFrame:(const NXRect *)frameRect
- numRows:(int)rowsHigh numCols:(int)colsWide;
- - initFrame:(const NXRect *)frameRect
- bitmap:theBitmap numRows:(int)rowsHigh numCols:(int)colsWide;
-
- - bitmapAt:(int)row :(int)column;
- - displayAt:(int)row :(int)column;
- - drawSelf:(const NXRect *)rects :(int)rectCount;
- - getIntercell:(NXSize *)aSize;
-
- - getRect:(NXRect *)theRect for:(int)row :(int)column;
- - point:(NXPoint *)thePoint for:(int)row :(int)column;
-
- - setBackgroundGray:(float)gray;
- - setBitmap:theBitmap;
- - setBitmap:theBitmap at:(int)row :(int)column;
- - setElementSize:(const NXSize *)aSize;
- - setInset:(const NXSize *)aSize;
- - setIntercell:(const NXSize *)aSize;
-
- - free;
-
- @@end
-
- @
-
-
- 1.3
- log
- @*** empty log message ***
- @
- text
- @@
-
-
- 1.2
- log
- @Tetris 1.2
- @
- text
- @d8 1
- d15 1
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d13 1
- a13 1
-
- @
-